3.40 \(\int \frac{(a+b x) (a c-b c x)^5}{x^{10}} \, dx\)

Optimal. Leaf size=82 \[ -\frac{a^6 c^5}{9 x^9}+\frac{a^5 b c^5}{2 x^8}-\frac{5 a^4 b^2 c^5}{7 x^7}+\frac{a^2 b^4 c^5}{x^5}-\frac{a b^5 c^5}{x^4}+\frac{b^6 c^5}{3 x^3} \]

[Out]

-(a^6*c^5)/(9*x^9) + (a^5*b*c^5)/(2*x^8) - (5*a^4*b^2*c^5)/(7*x^7) + (a^2*b^4*c^
5)/x^5 - (a*b^5*c^5)/x^4 + (b^6*c^5)/(3*x^3)

_______________________________________________________________________________________

Rubi [A]  time = 0.10004, antiderivative size = 82, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.05 \[ -\frac{a^6 c^5}{9 x^9}+\frac{a^5 b c^5}{2 x^8}-\frac{5 a^4 b^2 c^5}{7 x^7}+\frac{a^2 b^4 c^5}{x^5}-\frac{a b^5 c^5}{x^4}+\frac{b^6 c^5}{3 x^3} \]

Antiderivative was successfully verified.

[In]  Int[((a + b*x)*(a*c - b*c*x)^5)/x^10,x]

[Out]

-(a^6*c^5)/(9*x^9) + (a^5*b*c^5)/(2*x^8) - (5*a^4*b^2*c^5)/(7*x^7) + (a^2*b^4*c^
5)/x^5 - (a*b^5*c^5)/x^4 + (b^6*c^5)/(3*x^3)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 32.1698, size = 78, normalized size = 0.95 \[ - \frac{a^{6} c^{5}}{9 x^{9}} + \frac{a^{5} b c^{5}}{2 x^{8}} - \frac{5 a^{4} b^{2} c^{5}}{7 x^{7}} + \frac{a^{2} b^{4} c^{5}}{x^{5}} - \frac{a b^{5} c^{5}}{x^{4}} + \frac{b^{6} c^{5}}{3 x^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((b*x+a)*(-b*c*x+a*c)**5/x**10,x)

[Out]

-a**6*c**5/(9*x**9) + a**5*b*c**5/(2*x**8) - 5*a**4*b**2*c**5/(7*x**7) + a**2*b*
*4*c**5/x**5 - a*b**5*c**5/x**4 + b**6*c**5/(3*x**3)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0107671, size = 68, normalized size = 0.83 \[ c^5 \left (-\frac{a^6}{9 x^9}+\frac{a^5 b}{2 x^8}-\frac{5 a^4 b^2}{7 x^7}+\frac{a^2 b^4}{x^5}-\frac{a b^5}{x^4}+\frac{b^6}{3 x^3}\right ) \]

Antiderivative was successfully verified.

[In]  Integrate[((a + b*x)*(a*c - b*c*x)^5)/x^10,x]

[Out]

c^5*(-a^6/(9*x^9) + (a^5*b)/(2*x^8) - (5*a^4*b^2)/(7*x^7) + (a^2*b^4)/x^5 - (a*b
^5)/x^4 + b^6/(3*x^3))

_______________________________________________________________________________________

Maple [A]  time = 0.007, size = 61, normalized size = 0.7 \[{c}^{5} \left ({\frac{{a}^{5}b}{2\,{x}^{8}}}-{\frac{5\,{a}^{4}{b}^{2}}{7\,{x}^{7}}}-{\frac{{a}^{6}}{9\,{x}^{9}}}+{\frac{{a}^{2}{b}^{4}}{{x}^{5}}}+{\frac{{b}^{6}}{3\,{x}^{3}}}-{\frac{a{b}^{5}}{{x}^{4}}} \right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((b*x+a)*(-b*c*x+a*c)^5/x^10,x)

[Out]

c^5*(1/2*a^5*b/x^8-5/7*a^4*b^2/x^7-1/9*a^6/x^9+a^2*b^4/x^5+1/3*b^6/x^3-a*b^5/x^4
)

_______________________________________________________________________________________

Maxima [A]  time = 1.35321, size = 101, normalized size = 1.23 \[ \frac{42 \, b^{6} c^{5} x^{6} - 126 \, a b^{5} c^{5} x^{5} + 126 \, a^{2} b^{4} c^{5} x^{4} - 90 \, a^{4} b^{2} c^{5} x^{2} + 63 \, a^{5} b c^{5} x - 14 \, a^{6} c^{5}}{126 \, x^{9}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(b*c*x - a*c)^5*(b*x + a)/x^10,x, algorithm="maxima")

[Out]

1/126*(42*b^6*c^5*x^6 - 126*a*b^5*c^5*x^5 + 126*a^2*b^4*c^5*x^4 - 90*a^4*b^2*c^5
*x^2 + 63*a^5*b*c^5*x - 14*a^6*c^5)/x^9

_______________________________________________________________________________________

Fricas [A]  time = 0.204769, size = 101, normalized size = 1.23 \[ \frac{42 \, b^{6} c^{5} x^{6} - 126 \, a b^{5} c^{5} x^{5} + 126 \, a^{2} b^{4} c^{5} x^{4} - 90 \, a^{4} b^{2} c^{5} x^{2} + 63 \, a^{5} b c^{5} x - 14 \, a^{6} c^{5}}{126 \, x^{9}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(b*c*x - a*c)^5*(b*x + a)/x^10,x, algorithm="fricas")

[Out]

1/126*(42*b^6*c^5*x^6 - 126*a*b^5*c^5*x^5 + 126*a^2*b^4*c^5*x^4 - 90*a^4*b^2*c^5
*x^2 + 63*a^5*b*c^5*x - 14*a^6*c^5)/x^9

_______________________________________________________________________________________

Sympy [A]  time = 2.8548, size = 80, normalized size = 0.98 \[ \frac{- 14 a^{6} c^{5} + 63 a^{5} b c^{5} x - 90 a^{4} b^{2} c^{5} x^{2} + 126 a^{2} b^{4} c^{5} x^{4} - 126 a b^{5} c^{5} x^{5} + 42 b^{6} c^{5} x^{6}}{126 x^{9}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x+a)*(-b*c*x+a*c)**5/x**10,x)

[Out]

(-14*a**6*c**5 + 63*a**5*b*c**5*x - 90*a**4*b**2*c**5*x**2 + 126*a**2*b**4*c**5*
x**4 - 126*a*b**5*c**5*x**5 + 42*b**6*c**5*x**6)/(126*x**9)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.236626, size = 101, normalized size = 1.23 \[ \frac{42 \, b^{6} c^{5} x^{6} - 126 \, a b^{5} c^{5} x^{5} + 126 \, a^{2} b^{4} c^{5} x^{4} - 90 \, a^{4} b^{2} c^{5} x^{2} + 63 \, a^{5} b c^{5} x - 14 \, a^{6} c^{5}}{126 \, x^{9}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(b*c*x - a*c)^5*(b*x + a)/x^10,x, algorithm="giac")

[Out]

1/126*(42*b^6*c^5*x^6 - 126*a*b^5*c^5*x^5 + 126*a^2*b^4*c^5*x^4 - 90*a^4*b^2*c^5
*x^2 + 63*a^5*b*c^5*x - 14*a^6*c^5)/x^9